result information about each item in a create/update/delete request
![]() |
ItemResult
result information about each item in a create/update/delete request
|
Name | Description | Data Type |
---|---|---|
Success | high level result (success true, failure false) | boolean |
StatusDetails | a value giving more details about the status (e.g., SuccessNew, SuccessModified, FailureDupInRequest, FailureDupInObject, and then a bunch of FailureXyzzy, ...) | integer |
WarningsMask | a bitmask of warning conditions (e.g., IE_SNF_NO_GLB_TRIG_MSG) | integer |
Message | (localized?) message about the result, probably empty for successes | string |